<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>404</title>
</head>
<style type="text/css">


    body {
        background-color: #EBEFF2
    }

    .error-main p,p a {
        width: 100%;
        color: #484578;
        text-align: center
    }

</style>
<body>
<div class="error-main">
    <p><img src="/assets/images/error_404.png" alt="" style="width:400px;"></p>
    <p>非常抱歉<br>您访问的页面不存在, 或者被删除</p>
    <p><a style="width:3rem" href="/">返回首页</a></p>
</div>
</body>
</html>